projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a812992
)
Adjust tab-bar to the new mode-line-misc-info value (bug#49806)
author
Juri Linkov
<juri@linkov.net>
Mon, 2 Aug 2021 22:08:23 +0000
(
01:08
+0300)
committer
Juri Linkov
<juri@linkov.net>
Mon, 2 Aug 2021 22:08:23 +0000
(
01:08
+0300)
* lisp/tab-bar.el (tab-bar--define-keys): Adjust to the new
default value for `mode-line-misc-info'.
lisp/tab-bar.el
patch
|
blob
|
history
diff --git
a/lisp/tab-bar.el
b/lisp/tab-bar.el
index 4d7a0796e56a0db815fdc11430ce1bf4167ca650..7459e1b78c213275e56bc59540794a3a8faf10c5 100644
(file)
--- a/
lisp/tab-bar.el
+++ b/
lisp/tab-bar.el
@@
-142,8
+142,7
@@
Possible modifier keys are `control', `meta', `shift', `hyper', `super' and
'(("" (:eval (if (and tab-bar-mode
(memq 'tab-bar-format-global
tab-bar-format))
- "" global-mode-string))
- " ")))))
+ "" global-mode-string)))))))
(defun tab-bar--undefine-keys ()
"Uninstall key bindings previously bound by `tab-bar--define-keys'."